Q3Matrix4x4_Determinant
You can use theQ3Matrix4x4_Determinant
function to get the determinant of a 4-by-4 matrix.
float Q3Matrix4x4_Determinant (const TQ3Matrix4x4 *matrix4x4);
matrix4x4
- A 4-by-4 matrix.
DESCRIPTION
TheQ3Matrix4x4_Determinant
function returns, as its function result, the determinant of the matrixmatrix4x4
.